From: Mauro Carvalho Chehab Date: Mon, 27 Feb 2006 03:07:24 +0000 (-0300) Subject: V4L/DVB (3300b): .gitignore should also ignore StGit generated dirs X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~45995^2~114 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1d519605f13dd2c51024060465a16ddd1abfb649;p=linux-4.9.git V4L/DVB (3300b): .gitignore should also ignore StGit generated dirs StGit genreates patches-* when you run stg export command. It makes no sense to show such directories as changes on git status. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/.gitignore b/.gitignore index 3f8fb686b59c..53e53f2791f8 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,5 @@ include/linux/autoconf.h include/linux/compile.h include/linux/version.h +# stgit generated dirs +patches-*